FragmentAnalyzer

A contract for something that can parse graphql content and provide a full analysis of what fragments are referenced, and whether the fragments are defined with the query.

Author

eschlenz

Inheritors

Functions

Link copied to clipboard
abstract fun analyzeFragments(graphqlContent: String): Set<FragmentAnalysis>